API Documentation
Constants.h
1 // Constants.h
3 //
5 
7 {
13  struct Constants
14  {
15  // Namespaces
16  inline static const nkMemory::String NAMESPACE ;
17 
18  // UserTypes
19  inline static const nkMemory::String SCRIPT_HOLDER ;
20  } ;
21 }
nkAstraeus::lua::nkScriptsWrap::Constants::SCRIPT_HOLDER
static const nkMemory::String SCRIPT_HOLDER
Identifies a nkScripts::Script.
Definition: Constants.h:19
nkAstraeus::lua::nkScriptsWrap::Constants::NAMESPACE
static const nkMemory::String NAMESPACE
Identifies the namespace.
Definition: Constants.h:16
nkAstraeus::lua::nkScriptsWrap::Constants
Constants encompassing user type identifiers for the wrapping of nkScripts.
Definition: Constants.h:14
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkAstraeus::lua::nkScriptsWrap
Encompasses the wrapping of nkScripts for Lua.
Definition: Constants.h:7